home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / hulk.swf / scripts / com / soap / net / MarvelLoginUser.as < prev    next >
Encoding:
Text File  |  2010-04-12  |  397 b   |  22 lines

  1. package com.soap.net
  2. {
  3.    public class MarvelLoginUser
  4.    {
  5.        
  6.       
  7.       public var country:String = "10";
  8.       
  9.       public var username:String = "test";
  10.       
  11.       public var userID:String = "01";
  12.       
  13.       public function MarvelLoginUser()
  14.       {
  15.          userID = "01";
  16.          username = "test";
  17.          country = "10";
  18.          super();
  19.       }
  20.    }
  21. }
  22.